home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / software-properties-kde.postinst < prev    next >
Text File  |  2008-10-15  |  334b  |  11 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1; then
  5.     pycentral pkginstall software-properties-kde
  6.     if grep -qs '^software-properties-kde$' /var/lib/pycentral/delayed-pkgs; then
  7.         sed -i '/^software-properties-kde$/d' /var/lib/pycentral/delayed-pkgs
  8.     fi
  9. fi
  10. # End automatically added section
  11.